notebook: Don't needlessly cast in macros
authorBenjamin Otte <otte@redhat.com>
Sat, 5 Sep 2015 20:36:20 +0000 (22:36 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 7 Sep 2015 12:33:50 +0000 (14:33 +0200)
commit4daac59941dc8d4a8f2278a3150d4f350fc73cd6
treeb9a25bf68edad6361bef777789e714afdb06fc12
parentf138efa59add022d92a149cbbd99e10c3795ed32
notebook: Don't needlessly cast in macros

That way we disable typechecks done by the compiler and won't notice
when we pass the wrong values to the macro. And that's bad.
gtk/gtknotebook.c